Implement led control in another module
This commit is contained in:
17
barista/test/compat.h
Normal file
17
barista/test/compat.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Copyright (c) 2025 Rodrigo Arias Mallo <rodarima@gmail.com>
|
||||
* SPDX-License-Identifier: GPL-3.0-or-later */
|
||||
|
||||
#ifndef BARISTA_COMPAT_H
|
||||
#define BARISTA_COMPAT_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
unsigned long millis(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BARISTA_COMPAT_H */
|
||||
Reference in New Issue
Block a user