This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit f0ccce3212ca9888c9dc47bd62dcb090709e6838 Author: Byron Ellacott <c...@bje.id.au> AuthorDate: Wed Feb 17 17:37:18 2021 +1000 eZ80: include inttypes from inttypes --- arch/z80/include/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/z80/include/inttypes.h b/arch/z80/include/inttypes.h index 0ff8561..b4bc4d9 100644 --- a/arch/z80/include/inttypes.h +++ b/arch/z80/include/inttypes.h @@ -40,7 +40,7 @@ * Included Files ****************************************************************************/ -#include <arch/chip/types.h> +#include <arch/chip/inttypes.h> /**************************************************************************** * Pre-processor Definitions