Add #include "config_common.h" after #pragma once to config.h templates (#3444)

This commit is contained in:
noroadsleft 2018-07-18 17:16:57 -07:00 committed by Drashna Jaelre
parent f804bd3d2d
commit bc7fe1223d
2 changed files with 12 additions and 8 deletions

View File

@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0000

View File

@ -17,6 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
#define VENDOR_ID 0x20A0
#define PRODUCT_ID 0x422D
#define MANUFACTURER You