#include "csc027.h" #include "custom_audio.h" #if defined(AUDIO_ENABLE) float tone_on[][2] = SONG(E__NOTE(_G6)); float tone_off[][2] = SONG(E__NOTE(_D5)); void on_usb_led_off(void) { PLAY_SONG(tone_off); } void on_usb_led_on(void) { PLAY_SONG(tone_on); } #endif tle='Atom feed' href='http://openwrt.panaceas.org/cgit/openwrt/upstream/atom/target/linux/s3c24xx/patches/0247-add-includes-from-checkpatch-fixes.patch.patch?h=old-master' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches/0247-add-includes-from-checkpatch-fixes.patch.patch
blob: 403738f5c9e422a121c0ac3f2d4b1edcafb8031e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34