From a8ea9e99d526e7597fcd0e7f2b474f2f3d77c43f Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 18 Mar 2014 18:54:44 +0700 Subject: rename errors.c/h to tusb_errors.c/h --- tinyusb/hal/hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/hal') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index e20907654..9170f3f5b 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -53,7 +53,7 @@ //--------------------------------------------------------------------+ #include "tusb_option.h" #include "common/primitive_types.h" -#include "common/errors.h" +#include "common/tusb_errors.h" #include "common/compiler/compiler.h" //--------------------------------------------------------------------+ -- cgit v1.3.1