Github: fix non zero return behavior in docker actions. Firmware: fix F6 build. (#886)

* Github: treat non 0 exit code as fatal
* GitHub: inject missing -e flag to bash in docker
* Firmware: sync targets
This commit is contained in:
あく
2021-12-09 07:58:07 +03:00
committed by GitHub
parent 9f28338d9e
commit f5b2ed67d5
4 changed files with 13 additions and 14 deletions

View File

@@ -4,6 +4,7 @@
#include <stdbool.h>
#define SERIAL_SVC_DATA_LEN_MAX (486)
#define SERIAL_SVC_CHAR_VALUE_LEN_MAX (243)
#ifdef __cplusplus
extern "C" {