HDD16X0: remove unnecessary define.

Change-Id: If0e8174044b71765190cca89f2e37104b9e673e4
This commit is contained in:
Szymon Dziok 2016-03-13 21:44:58 +01:00
parent e0a4dc5113
commit 2c7bb67302

View file

@ -24,11 +24,6 @@
#include "adc.h"
#include "powermgmt.h"
#define SMLAL(lo, hi, x, y) \
asm volatile ("smlal %0, %1, %2, %3" \
: "+r" (lo), "+r" (hi) \
: "%r" (x), "r" (y))
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
{
3500