rename errors.c/h to tusb_errors.c/h

This commit is contained in:
hathach
2014-03-18 18:54:44 +07:00
parent f6a3eeb942
commit a8ea9e99d5
12 changed files with 45 additions and 45 deletions

View File

@@ -73,7 +73,7 @@
#include "compiler/compiler.h"
#include "assertion.h"
#include "binary.h"
#include "errors.h"
#include "tusb_errors.h"
//------------- TUSB Header -------------//
#include "tusb_types.h"