summaryrefslogtreecommitdiff
path: root/src/mainboard/technexion/tim5690/tn_post_code.h
blob: 105c20e80b2d33def2ddaf524b886555c5e8edd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


#define LED_MESSAGE_START       0xFF
#define LED_MESSAGE_FINISH      0x99
#define LED_MESSAGE_RAM         0x01


#ifdef TECHNEXION_EARLY_SETUP

// TechNexion's Post Code Initially.
void technexion_post_code_init(void);

#endif

void technexion_post_code(uint8_t udata8);