Mercurial > public > ostc4
comparison Discovery/Src/tMenuEdit.c @ 225:2bb1db22b5f5 div-fixes-3
cleanup: random set of cleanups
A random set of cleanups, as found during code reading, and looking
around fixing issues. Contains all kinds of things: typo's in comment,
typo in variable name, removal of unused code, making things static
where possible. Does not contain any functional changes.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
| author | Jan Mulder <jlmulder@xs4all.nl> |
|---|---|
| date | Mon, 01 Apr 2019 15:50:41 +0200 |
| parents | f9b17e898a7a |
| children | b1091e183d52 |
comparison
equal
deleted
inserted
replaced
| 224:ceecabfddb57 | 225:2bb1db22b5f5 |
|---|---|
| 109 | 109 |
| 110 _Bool WriteSettings = 0; | 110 _Bool WriteSettings = 0; |
| 111 | 111 |
| 112 /* Private function prototypes -----------------------------------------------*/ | 112 /* Private function prototypes -----------------------------------------------*/ |
| 113 void draw_tMEdesign(void); | 113 void draw_tMEdesign(void); |
| 114 void set_cursor(uint8_t forThisIdentID); | |
| 115 void set_cursorNew(uint8_t forThisIdentID); | 114 void set_cursorNew(uint8_t forThisIdentID); |
| 116 void startMenuEditFieldSelect(void); | 115 void startMenuEditFieldSelect(void); |
| 117 void create_newText_for_actual_Id(void); | 116 void create_newText_for_actual_Id(void); |
| 118 void write_content_of_actual_Id(void); | 117 void write_content_of_actual_Id(void); |
| 119 void clean_content_of_actual_Id(void); | 118 void clean_content_of_actual_Id(void); |
