From c806046181b29ca54931fbd740b893ace8d2844d Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Wed, 26 Nov 2014 10:10:50 -0600 Subject: [PATCH] perms: Remove execute bit on source files * Remove the execute bit on source files. * No functional change. --- src/main/config/config.c | 0 src/main/drivers/accgyro_adxl345.c | 0 src/main/drivers/accgyro_adxl345.h | 0 src/main/drivers/accgyro_mpu3050.c | 0 src/main/drivers/accgyro_mpu3050.h | 0 src/main/drivers/adc.c | 0 src/main/drivers/adc.h | 0 src/main/drivers/barometer_bmp085.h | 0 src/main/drivers/bus_i2c.h | 0 src/main/drivers/compass_hmc5883l.c | 0 src/main/drivers/compass_hmc5883l.h | 0 src/main/drivers/pwm_mapping.c | 0 src/main/drivers/system.c | 0 src/main/drivers/system.h | 0 src/main/flight/imu.c | 0 src/main/flight/mixer.c | 0 src/main/io/serial_msp.c | 0 src/main/main.c | 0 src/main/mw.c | 0 src/main/sensors/initialisation.c | 0 20 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/main/config/config.c mode change 100755 => 100644 src/main/drivers/accgyro_adxl345.c mode change 100755 => 100644 src/main/drivers/accgyro_adxl345.h mode change 100755 => 100644 src/main/drivers/accgyro_mpu3050.c mode change 100755 => 100644 src/main/drivers/accgyro_mpu3050.h mode change 100755 => 100644 src/main/drivers/adc.c mode change 100755 => 100644 src/main/drivers/adc.h mode change 100755 => 100644 src/main/drivers/barometer_bmp085.h mode change 100755 => 100644 src/main/drivers/bus_i2c.h mode change 100755 => 100644 src/main/drivers/compass_hmc5883l.c mode change 100755 => 100644 src/main/drivers/compass_hmc5883l.h mode change 100755 => 100644 src/main/drivers/pwm_mapping.c mode change 100755 => 100644 src/main/drivers/system.c mode change 100755 => 100644 src/main/drivers/system.h mode change 100755 => 100644 src/main/flight/imu.c mode change 100755 => 100644 src/main/flight/mixer.c mode change 100755 => 100644 src/main/io/serial_msp.c mode change 100755 => 100644 src/main/main.c mode change 100755 => 100644 src/main/mw.c mode change 100755 => 100644 src/main/sensors/initialisation.c diff --git a/src/main/config/config.c b/src/main/config/config.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/accgyro_adxl345.c b/src/main/drivers/accgyro_adxl345.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/accgyro_adxl345.h b/src/main/drivers/accgyro_adxl345.h old mode 100755 new mode 100644 diff --git a/src/main/drivers/accgyro_mpu3050.c b/src/main/drivers/accgyro_mpu3050.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/accgyro_mpu3050.h b/src/main/drivers/accgyro_mpu3050.h old mode 100755 new mode 100644 diff --git a/src/main/drivers/adc.c b/src/main/drivers/adc.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/adc.h b/src/main/drivers/adc.h old mode 100755 new mode 100644 diff --git a/src/main/drivers/barometer_bmp085.h b/src/main/drivers/barometer_bmp085.h old mode 100755 new mode 100644 diff --git a/src/main/drivers/bus_i2c.h b/src/main/drivers/bus_i2c.h old mode 100755 new mode 100644 diff --git a/src/main/drivers/compass_hmc5883l.c b/src/main/drivers/compass_hmc5883l.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/compass_hmc5883l.h b/src/main/drivers/compass_hmc5883l.h old mode 100755 new mode 100644 diff --git a/src/main/drivers/pwm_mapping.c b/src/main/drivers/pwm_mapping.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/system.c b/src/main/drivers/system.c old mode 100755 new mode 100644 diff --git a/src/main/drivers/system.h b/src/main/drivers/system.h old mode 100755 new mode 100644 diff --git a/src/main/flight/imu.c b/src/main/flight/imu.c old mode 100755 new mode 100644 diff --git a/src/main/flight/mixer.c b/src/main/flight/mixer.c old mode 100755 new mode 100644 diff --git a/src/main/io/serial_msp.c b/src/main/io/serial_msp.c old mode 100755 new mode 100644 diff --git a/src/main/main.c b/src/main/main.c old mode 100755 new mode 100644 diff --git a/src/main/mw.c b/src/main/mw.c old mode 100755 new mode 100644 diff --git a/src/main/sensors/initialisation.c b/src/main/sensors/initialisation.c old mode 100755 new mode 100644