eive-obsw/bsp_q7s/memory/definitions.h

16 lines
182 B
C
Raw Normal View History

2021-07-05 12:09:31 +02:00
#ifndef BSP_Q7S_MEMORY_DEFINITIONS_H_
#define BSP_Q7S_MEMORY_DEFINITIONS_H_
namespace sd {
enum SdCard {
SLOT_0,
SLOT_1
};
}
#endif /* BSP_Q7S_MEMORY_DEFINITIONS_H_ */