removed command line argument processing

pull/13/head
alanbjohnston 7 years ago committed by GitHub
parent 916d025e06
commit 8b8e0774d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -158,7 +158,7 @@ struct SensorConfig tempSensor;
int main(int argc, char *argv[]) {
if (argc > 1) {
strcpy(src_addr, argv[1]);
;
}
wiringPiSetup ();

Loading…
Cancel
Save

Powered by TurnKey Linux.