diff options
Diffstat (limited to 'uart')
-rw-r--r-- | uart/uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uart/uart.c b/uart/uart.c index ff467eb..aef64ce 100644 --- a/uart/uart.c +++ b/uart/uart.c @@ -16,16 +16,16 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <asm.h> #include <cm4.h> #include <reg/gpio.h> #include <reg/port.h> #include <reg/sim.h> #include <reg/uart.h> -#include <stddef.h> #include <stdarg.h> +#include <stddef.h> #include "uart.h" -#include "../asm.h" enum { SBR_VAL = 39, |