[CHANGED] 'setmode' renamed to 'mode'

This commit is contained in:
2021-12-17 16:43:06 +01:00
parent fe9f4fed9c
commit 64bcedd82f
12 changed files with 19 additions and 16 deletions

View File

@@ -197,7 +197,7 @@ void sound(float freq, uint32_t len);
void nosound();
void play(const char* str);
void setmode(const uint8_t mode);
void mode(const uint8_t val);
void load(const char* str);
void fileout(const char* str, uint16_t addr, uint16_t size);