use #pragma once
This commit is contained in:
parent
29d6ce42f1
commit
f5435d468d
@ -21,8 +21,9 @@
|
|||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#ifndef _WATCH_GPIO_H_INCLUDED
|
|
||||||
#define _WATCH_GPIO_H_INCLUDED
|
#pragma once
|
||||||
|
|
||||||
////< @file watch_gpio.h
|
////< @file watch_gpio.h
|
||||||
|
|
||||||
#include "watch.h"
|
#include "watch.h"
|
||||||
@ -73,4 +74,3 @@ void watch_disable_digital_output(const uint8_t pin);
|
|||||||
*/
|
*/
|
||||||
void watch_set_pin_level(const uint8_t pin, const bool level);
|
void watch_set_pin_level(const uint8_t pin, const bool level);
|
||||||
/// @}
|
/// @}
|
||||||
#endif
|
|
||||||
|
|||||||
@ -21,8 +21,9 @@
|
|||||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#ifndef _WATCH_BUZZER_H_INCLUDED
|
|
||||||
#define _WATCH_BUZZER_H_INCLUDED
|
#pragma once
|
||||||
|
|
||||||
////< @file watch_buzzer.h
|
////< @file watch_buzzer.h
|
||||||
|
|
||||||
#include "watch.h"
|
#include "watch.h"
|
||||||
@ -258,4 +259,3 @@ void watch_set_led_yellow(void);
|
|||||||
void watch_set_led_off(void);
|
void watch_set_led_off(void);
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
#endif
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user