PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
samuel paredes
8 sec ago
Accordion slideup
jQuery | 8 sec ago
Untitled
18 sec ago
Untitled
22 sec ago
Untitled
24 sec ago
Untitled
29 sec ago
Untitled
32 sec ago
Untitled
34 sec ago
Untitled
By: a guest on
Mar 9th, 2011
| syntax:
None
| size: 0.23 KB | hits: 123 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
autoconf.h:
#define LCD_WIDTH 320
config.h:
#include "autoconf.h"
#define DEFAULT_LCD_WIDTH LCD_WIDTH
#define DEFAULT_LCD_HEIGHT LCD_HEIGHT
#undef LCD_WIDTH
#undef LCD_HEIGHT
I want DEFAULT_LCD_WIDTH to come out as 320
create a
new version
of this paste
RAW Paste Data
autoconf.h: #define LCD_WIDTH 320 config.h: #include "autoconf.h" #define DEFAULT_LCD_WIDTH LCD_WIDTH #define DEFAULT_LCD_HEIGHT LCD_HEIGHT #undef LCD_WIDTH #undef LCD_HEIGHT I want DEFAULT_LCD_WIDTH to come out as 320