halconf.h 241 B

1234567891011
  1. // Copyright 2022 Mega Mind (@megamind4089)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define PAL_USE_WAIT TRUE
  5. #define PAL_USE_CALLBACKS TRUE
  6. #define HAL_USE_I2C TRUE
  7. #define HAL_USE_SERIAL TRUE
  8. #include_next <halconf.h>