FreeCalypso > hg > fc-tourmaline
changeset 52:6d77f6e1670a
bug in the last commit
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 19 Oct 2020 05:27:40 +0000 | 
| parents | 04aaa5622fa7 | 
| children | a8c8a5521073 | 
| files | src/cs/layer1/cust0/l1_cust.c | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/src/cs/layer1/cust0/l1_cust.c Mon Oct 19 05:11:29 2020 +0000 +++ b/src/cs/layer1/cust0/l1_cust.c Mon Oct 19 05:27:40 2020 +0000 @@ -255,7 +255,7 @@ extern T_PWR_CTRL_BLOCK *pwr_ctrl; #endif extern SYS_BOOL uart_sleep_timer_enabled; - unsigned char iota_ledb_status; + extern unsigned char iota_ledb_status; #if (CODE_VERSION != SIMULATION)
