Changeset 14 for trunk/kernel/devices/dev_txt.h
- Timestamp:
- May 3, 2017, 1:23:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/devices/dev_txt.h
r3 r14 25 25 #define _DEV_TXT_H_ 26 26 27 #include < almos_config.h>27 #include <kernel_config.h> 28 28 #include <hal_types.h> 29 29 … … 80 80 /****************************************************************************************** 81 81 * This function completes the TXT chdev descriptor initialisation, 82 * namely the link with the implementation specific driver.82 i * namely the link with the implementation specific driver. 83 83 * The func, impl, channel, is_rxt, base fields have been previously initialised. 84 84 * It calls the specific driver initialisation function, to initialise the hardware
Note: See TracChangeset
for help on using the changeset viewer.