Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoreglitch <mail@s3f.ru>2021-02-01 10:51:22 +0300
committerGitHub <noreply@github.com>2021-02-01 10:51:22 +0300
commit41219cc78e3d12ad18fb73356eda3d5749b0f451 (patch)
treef2bb44866c4ab764dc3330cd661c38424a1ed5d7 /applications/irda
parent49057be9c93e49e519295c79a0dcf899ddcd93f4 (diff)
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
Diffstat (limited to 'applications/irda')
-rw-r--r--applications/irda/irda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/irda/irda.c b/applications/irda/irda.c
index 22297d57..e386719c 100644
--- a/applications/irda/irda.c
+++ b/applications/irda/irda.c
@@ -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,