rusefi-1/firmware/os_access.h

23 lines
406 B
C
Raw Normal View History

/*
2020-08-02 08:09:18 -07:00
* @file os_access.h
*
* OS access is not part of global.h in order to help separate synchronous code from asynchronous
*
* Created on: Jul 3, 2019
2020-01-07 21:02:40 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
*/
2020-04-01 18:32:21 -07:00
#pragma once
#include <ch.h>
#include <hal.h>
#include "chprintf.h"
#include "io_pins.h"
#ifdef __cplusplus
// ChibiOS c++ wrappers
#include "ch.hpp"
#endif /* __cplusplus */
#define HAS_OS_ACCESS