mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 15:03:53 +01:00
make sht11 includes adhere to coding conventions
This commit is contained in:
parent
b4e75ee330
commit
ea672a4537
@ -30,11 +30,11 @@ and Telematics group (http://cst.mi.fu-berlin.de).
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <hwtimer.h>
|
||||
#include <mutex.h>
|
||||
#include <sht11.h>
|
||||
#include <sht11-board.h>
|
||||
#include <bitarithm.h>
|
||||
#include "hwtimer.h"
|
||||
#include "mutex.h"
|
||||
#include "sht11.h"
|
||||
#include "sht11-board.h"
|
||||
#include "bitarithm.h"
|
||||
|
||||
float sht11_temperature_offset;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user