mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-22 09:41:00 +03:00
force to new usefull_macros lib
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifndef __TERM_H__
|
||||
#define __TERM_H__
|
||||
|
||||
#include <usefull_macros.h>
|
||||
|
||||
@@ -39,8 +37,7 @@ typedef struct{
|
||||
double tmeasure; // UNIX-time of last measure
|
||||
} weather_t;
|
||||
|
||||
int try_connect(char *device, int baudrate);
|
||||
int try_connect(char *device, int baudrate, int emul);
|
||||
int getlastweather(weather_t *w);
|
||||
void stop_tty();
|
||||
|
||||
#endif // __TERM_H__
|
||||
|
||||
Reference in New Issue
Block a user