remove violation MISRA 6.3 on errors

This commit is contained in:
hathach
2013-01-27 12:38:06 +07:00
parent 5feb1c90b4
commit a22cfb2dee
4 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,7 @@
#ifndef _TUSB_ERRORS_H_
#define _TUSB_ERRORS_H_
#include <stdint.h>
#include "../tusb_option.h"
#ifdef __cplusplus
@@ -77,7 +78,7 @@ typedef enum {
#if TUSB_CFG_DEBUG == 3
/// Enum to String for debugging purposes. Only available if \ref TUSB_CFG_DEBUG > 0
extern unsigned char const* const TUSB_ErrorStr[];
extern uint8_t const* const TUSB_ErrorStr[];
#endif
#ifdef __cplusplus