HWA
Bare metal programming with style
swuarta.h
Go to the documentation of this file.
1 
2 /* This file is part of the HWA project.
3  * Copyright (c) 2020 Christophe Duparquet.
4  * All rights reserved. Read LICENSE.TXT for details.
5  */
6 
12 #if defined HW_DEVICE_ARCH_AVR
13 # include "../../../atmel/avr/classes/swuarta.h"
14 #else
15 # error Class _swuarta is supported by Atmel AVR devices only.
16 #endif