parent
cd819a7f7e
commit
db8d68acdc
@ -0,0 +1,3 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define DEVICE_VER 0x0001
|
@ -0,0 +1 @@
|
|||||||
|
AUDIO_ENABLE = no # Audio output on port C6
|
@ -0,0 +1,3 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define DEVICE_VER 0x0002
|
@ -0,0 +1 @@
|
|||||||
|
AUDIO_ENABLE = no # Audio output on port C6
|
@ -1,8 +1,3 @@
|
|||||||
#ifndef REV4_CONFIG_H
|
#pragma once
|
||||||
#define REV4_CONFIG_H
|
|
||||||
|
|
||||||
#include "config_common.h"
|
|
||||||
|
|
||||||
#define DEVICE_VER 0x0004
|
#define DEVICE_VER 0x0004
|
||||||
|
|
||||||
#endif
|
|
@ -1,8 +1,3 @@
|
|||||||
#ifndef REV5_CONFIG_H
|
#pragma once
|
||||||
#define REV5_CONFIG_H
|
|
||||||
|
|
||||||
#include "config_common.h"
|
|
||||||
|
|
||||||
#define DEVICE_VER 0x0005
|
#define DEVICE_VER 0x0005
|
||||||
|
|
||||||
#endif
|
|
Loading…
Reference in new issue