Samsung YP-R0/YP-R1 refactoring

This patch includes some refactoring:
- renaming according to Rockbox guidelines
- GPIO code merging, still with target defines
- some simplification in firmware/SOURCES

Change-Id: I7fd95aece53f40efdf8caac22348376615795431
This commit is contained in:
Lorenzo Miori 2013-12-28 19:00:57 +01:00 committed by Thomas Martitz
parent e32ace831a
commit f005d841f2
11 changed files with 231 additions and 413 deletions

View file

@ -24,7 +24,7 @@
#include "kernel.h"
#include "system.h"
#include "button-target.h"
#include <gpio-target.h> /* For headphones sense and buttons */
#include "gpio-ypr.h" /* For headphones sense and buttons */
int button_read_device(void)
{