1
0
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:
Ludwig Ortmann 2013-11-14 12:48:08 +01:00
parent b4e75ee330
commit ea672a4537

View File

@ -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;