Skip to content

Commit e961be3

Browse files
Fix warning
1 parent 6c620d7 commit e961be3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/ce/tice.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ void *os_NextSymEntry(void *entry, uint24_t *type, uint24_t *nameLength, char *n
541541
int os_ChkFindSym(uint8_t type, const char *name, void **entry, void **data);
542542

543543
/**
544-
* Gets the Answer
544+
* Gets the Ans variable
545545
*
546546
* @param type This is set to the current variable type in ANS
547547
* @returns Pointer to the data
@@ -550,7 +550,7 @@ int os_ChkFindSym(uint8_t type, const char *name, void **entry, void **data);
550550
void *os_RclAns(uint8_t *type);
551551

552552
/**
553-
* Copies a real_t
553+
* Copies a real_t type
554554
*
555555
* @param src Pointer to original real_t
556556
* @returns Copied real_t
@@ -668,7 +668,9 @@ void os_SetFlagBits(int16_t offset_pattern);
668668
void os_ResetFlagBits(int16_t offset_pattern);
669669

670670
/**
671-
* Custom implementation input routine for use in conjunction with the TIOS
671+
* Custom implementation input routine for use in conjunction with the TIOS.
672+
* It is HIGHLY recommended you implement your own routine, this routine has
673+
* some quirks. It is good enough for getting basic input however.
672674
*
673675
* @param string Input prompt string to be displayed to the user
674676
* @param buf Storage location to store input string

tools/convpng

0 commit comments

Comments
 (0)