add CAN, not tested yet

This commit is contained in:
Edward Emelianov
2026-02-18 22:54:20 +03:00
parent 68028f42a3
commit 80c894517e
16 changed files with 1028 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ void debug_message_text(const char *str){
void debug_message_char(char ch){
if(!Config_mode) return;
RB_write(&dbgrb, (const uint8_t*)&ch, 1);
RB_write(&dbgrb, (const uint8_t*)&ch, 1);
}
void debug_newline_only(){
@@ -67,5 +67,3 @@ void print_debug_messages(){
}
#endif