s32k1xx:eeprom fix missing debug.h

This commit is contained in:
David Sidrane 2021-06-02 11:01:23 -07:00 committed by Alan Carvalho de Assis
parent 7dd131b4c1
commit 9b29641bf5
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <stdio.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>
#include "arm_arch.h"