summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2022-09-12 14:40:33 +0800
committersakumisu <[email protected]>2022-09-12 14:44:48 +0800
commit511d2bdc5d2f638aafec951d747f67a220922ff9 (patch)
tree0ad9e138c36a3b3c04b910aadc11fccbccd3b4dc /demo
parent9615a468dcde143d1f121250dc4940372e35351e (diff)
remove align64 and dcache process for hpm
Diffstat (limited to 'demo')
-rw-r--r--demo/hpm/usb_device/src/hello_world.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/hpm/usb_device/src/hello_world.c b/demo/hpm/usb_device/src/hello_world.c
index 8427b757..f091f92f 100644
--- a/demo/hpm/usb_device/src/hello_world.c
+++ b/demo/hpm/usb_device/src/hello_world.c
@@ -15,7 +15,6 @@ int main(void)
{
int u;
- l1c_dc_disable();
board_init();
board_init_led_pins();
board_init_usb_pins();