diff options
| author | Sylvain Munaut <[email protected]> | 2019-10-28 14:38:50 +0100 |
|---|---|---|
| committer | Sylvain Munaut <[email protected]> | 2019-10-28 16:11:08 +0100 |
| commit | 03f1a6d9262f27270633b8faaab7b3bdf8437cee (patch) | |
| tree | e9a3c4a1d34382c0a837ff54a9a2690a433f91ba /examples/rules.mk | |
| parent | ec4ecfa817d6af9d35cf814d6d8d57e8bf71c605 (diff) | |
Add example of usage for the DFU Runtime support
Signed-off-by: Sylvain Munaut <[email protected]>
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index c6997c040..8f0e415af 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -17,6 +17,7 @@ SRC_C += \ src/device/usbd_control.c \ src/class/msc/msc_device.c \ src/class/cdc/cdc_device.c \ + src/class/dfu/dfu_rt_device.c \ src/class/hid/hid_device.c \ src/class/midi/midi_device.c \ src/class/usbtmc/usbtmc_device.c \ |
