Moving the secret inside the tests, not in a library function.

This commit is contained in:
Geoffrey Challen
2015-12-31 12:03:41 -05:00
parent ff1d44b505
commit 5271fc50c7
4 changed files with 8 additions and 31 deletions

View File

@@ -204,6 +204,5 @@ void random_spinner(uint32_t);
*/
int tkprintf(const char *format, ...) __PF(1,2);
int skprintf(const char *format, ...) __PF(1,2);
#endif /* _LIB_H_ */