Преглед изворни кода

comment the code in a consistent way

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8604 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova пре 6 година
родитељ
комит
db0a79462f
2 измењених фајлова са 1 додато и 2 уклоњено
  1. 0 1
      source/Zynq.PsUart.Mod
  2. 1 1
      source/Zynq.PsUartMin.Mod

+ 0 - 1
source/Zynq.PsUart.Mod

@@ -2,7 +2,6 @@
 	AUTHOR: Alexey Morozov, Timothee Martiel
 	PURPOSE: driver implementation for Xilinx Zynq UART PS controller
 *)
-
 MODULE PsUart;
 
 IMPORT SYSTEM, PsUartMin, PsUartInterrupts, Trace;

+ 1 - 1
source/Zynq.PsUartMin.Mod

@@ -1,8 +1,8 @@
-MODULE PsUartMin;
 (**
 	AUTHOR: Alexey Morozov, Timothee Martiel
 	PURPOSE: minimal driver implementation for Xilinx Zynq UART PS controller
 *)
+MODULE PsUartMin;
 
 IMPORT SYSTEM;