Fix werror flag and warnings (#321)
* fix Werror flag * strdup implementation fix * fix irda and lfrdid printf * remove unused position * doubtful type fix * type fix in EXTI interrupt * fix warnings in CubeWB, need to fork ST repo * onewire fixes * fork STM32WB Cube repo
This commit is contained in:
@@ -127,7 +127,7 @@ void render_packet(Canvas* canvas, State* state) {
|
||||
char buf[24];
|
||||
sprintf(
|
||||
buf,
|
||||
"P[%d]: %s 0x%X 0x%X",
|
||||
"P[%d]: %s 0x%lX 0x%lX",
|
||||
state->packet_id,
|
||||
protocol,
|
||||
state->packets[state->packet_id].address,
|
||||
|
Reference in New Issue
Block a user