mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
add CAN, not tested yet
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user