typo's, added git as dependency

This commit is contained in:
Cedric de Wijs
2022-12-18 13:56:54 +01:00
parent 473d2c4092
commit 0bdef7bab1
24 changed files with 37 additions and 36 deletions
+3 -3
View File
@@ -18,7 +18,7 @@
class CmsisDAP: public JtagInterface {
public:
/*!
* \brief contructor: open device with vid/pid if != 0
* \brief constructor: open device with vid/pid if != 0
* else search for a compatible device
* \param[in] vid: vendor id
* \param[in] pid: product id
@@ -79,13 +79,13 @@ class CmsisDAP: public JtagInterface {
private:
/*!
* \brief connect device in JTAG mode
* \return 1 if success <= 0 otherwhise
* \return 1 if success <= 0 otherwise
*/
int dapConnect();
/*!
* \brief disconnect device
* \return 1 if success <= 0 otherwhise
* \return 1 if success <= 0 otherwise
*/
int dapDisconnect();
int dapResetTarget();