os_access.h dead?

This commit is contained in:
Andrey 2022-09-07 16:00:13 -04:00
parent ab4b451195
commit 7eb453bc54
3 changed files with 0 additions and 59 deletions

View File

@ -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

View File

@ -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

View File

@ -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
*/