os_access.h dead?
This commit is contained in:
parent
ab4b451195
commit
7eb453bc54
|
@ -1,22 +0,0 @@
|
||||||
/*
|
|
||||||
* @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
|
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include <ch.h>
|
|
||||||
#include <hal.h>
|
|
||||||
#include "chprintf.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
#include "io_pins.h"
|
|
||||||
// ChibiOS c++ wrappers
|
|
||||||
#include "ch.hpp"
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#define HAS_OS_ACCESS
|
|
|
@ -1,28 +0,0 @@
|
||||||
/*
|
|
||||||
* 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
|
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
||||||
*/
|
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C"
|
|
||||||
{
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#include <ch.h>
|
|
||||||
#include <hal.h>
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
|
|
||||||
// ChibiOS c++ wrappers
|
|
||||||
#include "ch.hpp"
|
|
||||||
#endif /* __cplusplus */
|
|
||||||
|
|
||||||
#define HAS_OS_ACCESS
|
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
/*
|
|
||||||
* os_access.h
|
|
||||||
*
|
|
||||||
* It's probably a sign of a problem that this file is needed.
|
|
||||||
*
|
|
||||||
* Created on: Jul 3, 2019
|
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in New Issue