From 4219011b66d49afe3515055f28c9ca8a286b192d Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Fri, 10 Mar 2017 16:09:26 +0100 Subject: [PATCH] cpu: lpc2387: make comment a comment --- cpu/lpc2387/asmfunc.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/lpc2387/asmfunc.s b/cpu/lpc2387/asmfunc.s index 77b3b72793..83818978d7 100644 --- a/cpu/lpc2387/asmfunc.s +++ b/cpu/lpc2387/asmfunc.s @@ -6,9 +6,11 @@ * directory for more details. */ +/* @-----------------------------------------------------------@ @ Fast Block Copy (declared in diskio.h) @-----------------------------------------------------------@ +*/ .global copy_un2al .arm -- GitLab