mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 13:42:29 -05:00
HDD16X0: remove unnecessary define.
Change-Id: If0e8174044b71765190cca89f2e37104b9e673e4
This commit is contained in:
parent
e0a4dc5113
commit
2c7bb67302
1 changed files with 0 additions and 5 deletions
|
|
@ -24,11 +24,6 @@
|
||||||
#include "adc.h"
|
#include "adc.h"
|
||||||
#include "powermgmt.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] =
|
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
|
||||||
{
|
{
|
||||||
3500
|
3500
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue