avr: only include lcd strings if lcs module is used.
This commit is contained in:
@@ -339,12 +339,14 @@ sendValueMsg_done:
|
||||
ret
|
||||
|
||||
|
||||
#ifdef MODULES_LCD
|
||||
textStatsPacketsIn: .db "In : ", 0
|
||||
textStatsPacketsRecvErr: .db "RecvErr: ", 0
|
||||
textStatsPacketsOut: .db "Out : ", 0
|
||||
textUid: .db "UID : ", 0
|
||||
textAddress: .db "ADDR :", 0, 0
|
||||
textBitmap: .db "BITMAP :", 0, 0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user