mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-14 04:18:56 +00:00
make function prototypes match definitions ( found with cppcheck)
This commit is contained in:
parent
8ab1e4fbd0
commit
dde81f8f03
@ -632,14 +632,14 @@ void UnityAssertNumbersArrayWithin(const UNITY_UINT delta,
|
||||
const UNITY_FLAGS_T flags);
|
||||
|
||||
#ifndef UNITY_EXCLUDE_SETJMP_H
|
||||
UNITY_NORETURN void UnityFail(const char* message, const UNITY_LINE_TYPE line);
|
||||
UNITY_NORETURN void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
|
||||
UNITY_NORETURN void UnityFail(const char* msg, const UNITY_LINE_TYPE line);
|
||||
UNITY_NORETURN void UnityIgnore(const char* msg, const UNITY_LINE_TYPE line);
|
||||
#else
|
||||
void UnityFail(const char* message, const UNITY_LINE_TYPE line);
|
||||
void UnityIgnore(const char* message, const UNITY_LINE_TYPE line);
|
||||
void UnityFail(const char* msg, const UNITY_LINE_TYPE line);
|
||||
void UnityIgnore(const char* msg, const UNITY_LINE_TYPE line);
|
||||
#endif
|
||||
|
||||
void UnityMessage(const char* message, const UNITY_LINE_TYPE line);
|
||||
void UnityMessage(const char* msg, const UNITY_LINE_TYPE line);
|
||||
|
||||
#ifndef UNITY_EXCLUDE_FLOAT
|
||||
void UnityAssertFloatsWithin(const UNITY_FLOAT delta,
|
||||
|
Loading…
x
Reference in New Issue
Block a user