Fix errors from stdint.h removal (cf6fb81346)

Change-Id: Ie9457121448f47db14300e035dc5b5eccd086884
This commit is contained in:
Aidan MacDonald 2026-05-02 23:21:26 +01:00
parent cf6fb81346
commit bafc796ce7
4 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,7 @@
#include "config.h"
#include <stdbool.h>
#include <stdint.h>
#include <limits.h>
/* ADC channels */
#define AXP2101_ADC_VBAT_VOLTAGE 0

View file

@ -25,6 +25,7 @@
#include "config.h"
#include <stdbool.h>
#include <stdint.h>
#include <limits.h>
/* ADC channels */
#define ADC_ACIN_VOLTAGE 0

View file

@ -1,3 +1,4 @@
#define __ASSEMBLER__
#include "config.h"
#include "cpu.h"

View file

@ -21,7 +21,9 @@
#ifndef __CRYPTO_S5L8702_H__
#define __CRYPTO_S5L8702_H__
#ifndef __ASSEMBLER__
#include <stdint.h>
#endif
#include "config.h"