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:
parent
8ca4fdc586
commit
73c87c0593
17 changed files with 20 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue