From dcc58a7afcd6f02458a5edaca33a5b63418d641f Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 6 Mar 2014 11:27:22 +0700 Subject: refractor app_os_prio.h --- tinyusb/tusb_option.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tinyusb') diff --git a/tinyusb/tusb_option.h b/tinyusb/tusb_option.h index d27f21cbe..4bd720b2b 100644 --- a/tinyusb/tusb_option.h +++ b/tinyusb/tusb_option.h @@ -62,12 +62,12 @@ #include "mcu_capacity.h" -#ifdef TUSB_CFG_CONFIG_FILE - #include TUSB_CFG_CONFIG_FILE -#else - #include "tusb_config.h" +#ifndef TUSB_CFG_CONFIG_FILE + #define TUSB_CFG_CONFIG_FILE "tusb_config.h" #endif +#include TUSB_CFG_CONFIG_FILE + //--------------------------------------------------------------------+ // CONTROLLER //--------------------------------------------------------------------+ -- cgit v1.3.1