Skip to content
Snippets Groups Projects

fix(epicardium): volatile API_CALL_MEM->int_id to avoid infinite loop

Merged swym requested to merge swym/firmware:fix-intid into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -38,7 +38,7 @@ struct api_call_mem {
api_id_t id;
/* ID of the current interrupt */
api_int_id_t int_id;
volatile api_int_id_t int_id;
/*
* Buffer for arguments/return value. This buffer will be
Loading