mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-29 19:20:22 +00:00
rename verify.h
This commit is contained in:
parent
d88ae5cc16
commit
43bf760f81
@ -63,7 +63,7 @@
|
||||
|
||||
//------------- General Header -------------//
|
||||
#include "tusb_compiler.h"
|
||||
#include "verify.h"
|
||||
#include "tusb_verify.h"
|
||||
#include "binary.h"
|
||||
#include "tusb_error.h"
|
||||
#include "tusb_fifo.h"
|
||||
|
@ -33,8 +33,8 @@
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
/**************************************************************************/
|
||||
#ifndef VERIFY_H_
|
||||
#define VERIFY_H_
|
||||
#ifndef TUSB_VERIFY_H_
|
||||
#define TUSB_VERIFY_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
@ -179,4 +179,4 @@ static inline void verify_breakpoint(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* VERIFY_H_ */
|
||||
#endif /* TUSB_VERIFY_H_ */
|
Loading…
x
Reference in New Issue
Block a user