ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revision:
51:2231e2e141b9
Parent:
47:5ae8668af63f
diff -r 69fc9b5e3335 -r 2231e2e141b9 Weapons/Weapons.h
--- a/Weapons/Weapons.h	Thu May 09 06:02:20 2019 +0000
+++ b/Weapons/Weapons.h	Thu May 09 08:42:25 2019 +0000
@@ -30,8 +30,8 @@
     */
     void init(int ship_xpos, int ship_ypos, int ship_width);
     /** Draws the appropriate weapon depending on the ship selected
-    *@param &lcd pointer to the N5110 library used for the lcd display
-    *@param &pad pointer to the gamepad library used to read inputs and send outputs to the gamepad
+    *@param &lcd address of the N5110 library used for the lcd display
+    *@param &pad address of the gamepad library used to read inputs and send outputs to the gamepad
     *@param shipUsed a variable of enum SHIP which contains the ship currently being used 
     *@param closest the position vector of the nearest enemy
     */