OpenRTX/openrtx/src
Federico Amedeo Izzo bc88247809 UI: Fix compiler warning
uint32_t is unsigned long on 32-bit ARM and unsigned on 64-bit x64.
Add type specifier to avoid having warnings when compiling on Linux
2021-01-24 16:27:50 +01:00
..
ui UI: Fix compiler warning 2021-01-24 16:27:50 +01:00
battery.c Add MD-9600 support, boot and USB serial working 2021-01-01 18:32:50 +01:00
bootstrap.c Made task stack size platform dependent, since values for ARM target were too small for a correct execution on x64 2020-11-28 21:19:37 +01:00
calibUtils.c Fixed bug in MD3x0 calibration loader, made the input parameters of 'interpCalParameter' const 2020-12-06 19:33:27 +01:00
graphics.c Graphics: Add error box printing 2021-01-21 22:01:25 +01:00
input.c Add input parsing functions 2020-12-30 15:46:43 +01:00
main.c Fix deadlock issue on linux target 2021-01-15 22:09:11 +01:00
state.c Fix battery glitch 2021-01-12 08:01:34 +01:00
threads.c Fix deadlock issue on linux target 2021-01-15 22:09:11 +01:00