Commit a266fe955a55bb7a03a67f3c91033068f317b337

Authored by Frans Meulenbroeks
Committed by Heiko Schocher
1 parent 4a8cf3382a

cmd_i2c: moved a define to before the functions

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -130,6 +130,8 @@
130 130  
131 131 #endif
132 132  
  133 +#define DISP_LINE_LEN 16
  134 +
133 135 /* TODO: Implement architecture-specific get/set functions */
134 136 unsigned int __def_i2c_get_bus_speed(void)
135 137 {
... ... @@ -147,8 +149,6 @@
147 149 }
148 150 int i2c_set_bus_speed(unsigned int)
149 151 __attribute__((weak, alias("__def_i2c_set_bus_speed")));
150   -
151   -#define DISP_LINE_LEN 16
152 152  
153 153 /*
154 154 * Syntax: