ION: SCREEN_WIDTH becomes ION_SCREEN_WIDTH

Change-Id: Ifc7d06b773f8660cff30e727f510eea448b23852
This commit is contained in:
Romain Goyet
2016-06-10 17:12:46 +02:00
parent 7a389ca11b
commit ac4660bf3b
8 changed files with 35 additions and 35 deletions

View File

@@ -10,8 +10,8 @@ extern "C" {
#include "utils.h"
#include "plot.h"
constexpr KDCoordinate kScreenWidth = SCREEN_WIDTH;
const KDCoordinate kScreenHeight = SCREEN_HEIGHT;
constexpr KDCoordinate kScreenWidth = ION_SCREEN_WIDTH;
const KDCoordinate kScreenHeight = ION_SCREEN_HEIGHT;
static float plotValues[kScreenWidth];
static float yMin, yMax;