mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
almost ready but have IWDG reset when trying to send data over RS-232 in CANbus flooding
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <stm32f1.h>
|
||||
#include "hardware.h"
|
||||
|
||||
#define MAXCMDLEN (12)
|
||||
#define MAXCMDLEN (32)
|
||||
|
||||
// flags for some RS-232 comands
|
||||
typedef struct{
|
||||
@@ -33,3 +33,4 @@ extern flags_t flags;
|
||||
|
||||
|
||||
void cmd_parser(const char *txt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user