9 lines
195 B
C
9 lines
195 B
C
// version.h
|
|
|
|
#pragma once
|
|
|
|
// Definiere Blockversionskonstanten
|
|
#define BLOCK_VERSION_RASPBERRY 0x10000000
|
|
#define BLOCK_VERSION_NOARM 0x20000000
|
|
#define BLOCK_VERSION_DEFAULT 0x00000000
|