mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
1. We are not making a new clcd service container, as we dont want to keep separate container for each device, ultimately we will have one container managing all devices. 2. CLCD driver needs to be added.
6 lines
64 B
C
6 lines
64 B
C
|
|
#ifndef __CLCD_H__
|
|
#define __CLCD_H__
|
|
|
|
#endif /* __CLCD_H__ */
|