cfg: ftdi icdi enable srst open drain config
[fw/openocd] / src / target / algorithm.c
index 57383aea74ec2448791ae7cc9689206291918190..071414491caf5c3ddd69110578934ef8b4cd0ee0 100644 (file)
@@ -17,6 +17,7 @@
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -24,7 +25,6 @@
 #include "algorithm.h"
 #include <helper/binarybuffer.h>
 
-
 void init_mem_param(struct mem_param *param, uint32_t address, uint32_t size, enum param_direction direction)
 {
        param->address = address;