23 lines
555 B
C
23 lines
555 B
C
/******************************************************************************
|
|
*
|
|
* Copyright (c) 2017-2020 by Löwenware Ltd
|
|
* Please, refer LICENSE file for legal information
|
|
*
|
|
******************************************************************************/
|
|
|
|
/**
|
|
* @file leos.h
|
|
* @author Ilja Kartašov <ik@lowenware.com>
|
|
* @brief
|
|
*
|
|
* @see https://lowenware.com/
|
|
*/
|
|
|
|
#ifndef LEOS_H_7087F58B_BDEB_433B_A013_5B5F854922AF
|
|
#define LEOS_H_7087F58B_BDEB_433B_A013_5B5F854922AF
|
|
|
|
void
|
|
Leos_run(void);
|
|
|
|
#endif /* !LEOS_H */
|