Skip to content

Commit

Permalink
harmonize use of NOKIA ifdefs
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Apr 3, 2013
1 parent 953455a commit 802df2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-appsync.c
Expand Up @@ -271,7 +271,7 @@ static gboolean enumerate_usb(gpointer data)
else
{

#ifdef NOKIA_EXTRA
#ifdef NOKIA
/* activate usb connection/enumeration */
write_to_file("/sys/devices/platform/musb_hdrc/gadget/softconnect", "1");
log_debug("Softconnect enumeration done\n");
Expand Down

0 comments on commit 802df2a

Please sign in to comment.