OSCR
Open Source Cartridge Reader
Loading...
Searching...
No Matches
macros.h
Go to the documentation of this file.
1
5#pragma once
6#if !defined(OSCR_STM32_MACROS_H_)
7# define OSCR_STM32_MACROS_H_
8
9# include "arch.h"
10
11# if defined(OSCR_ARCH_STM32)
12
13# define NOP
14
15# define AVR_ASM(x)
16# define AVR_INS(ins)
17
18# endif
19
20#endif /* OSCR_STM32_MACROS_H_ */
Support Multiple Architectures.