missing const qualifier
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2041 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
88bea4b8c2
commit
71767ea71e
|
@ -84,8 +84,8 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
msg_t TestThread(void *p);
|
msg_t TestThread(void *p);
|
||||||
void test_printn(uint32_t n);
|
void test_printn(uint32_t n);
|
||||||
void test_print(char *msgp);
|
void test_print(const char *msgp);
|
||||||
void test_println(char *msgp);
|
void test_println(const char *msgp);
|
||||||
void test_emit_token(char token);
|
void test_emit_token(char token);
|
||||||
bool_t _test_fail(unsigned point);
|
bool_t _test_fail(unsigned point);
|
||||||
bool_t _test_assert(unsigned point, bool_t condition);
|
bool_t _test_assert(unsigned point, bool_t condition);
|
||||||
|
|
Loading…
Reference in New Issue