1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

fix typos in code comments in common folder

This commit is contained in:
DusKing1 2021-08-16 15:06:07 +08:00
parent 8ca4fdc586
commit 73c87c0593
17 changed files with 20 additions and 20 deletions

View file

@ -265,7 +265,7 @@ void initialiseMemorySections(void)
#endif
#ifdef USE_FAST_DATA
/* Load FAST_DATA variable intializers into DTCM RAM */
/* Load FAST_DATA variable initializers into DTCM RAM */
extern uint8_t _sfastram_data;
extern uint8_t _efastram_data;
extern uint8_t _sfastram_idata;